home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_)
- #define AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // FormCust.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFormCust form view
-
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
-
- class CFormCust : public CDBForm
- {
- protected:
- CFormCust(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CFormCust)
-
- // Form Data
- public:
- //{{AFX_DATA(CFormCust)
- enum { IDD = IDD_FORM_CUST };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFormCust)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual ~CFormCust();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- // Generated message map functions
- //{{AFX_MSG(CFormCust)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_)
-